🌎 rns.kin.earth git 🌍
Commit d6cf59dcc866bb476270ea590e8e7009667d8ca2
Parents : de61652
Author : Mark Qvist <bc7291552be7a58f361522990465165c>
Date : 2026-05-21T16:34:34+02:00
Fix error message when no specified artifacts were available for fetch
Changes
Diff
diff --git a/RNS/Utilities/rngit/server.py b/RNS/Utilities/rngit/server.py
index bcfc8011..22daa135 100644
--- a/RNS/Utilities/rngit/server.py
+++ b/RNS/Utilities/rngit/server.py
@@ -947,6 +947,7 @@ class ReticulumGitClient():
manifest_out = os.path.basename(f"{release_name}_{release_version}.{self.MSG_EXT}")
with open(manifest_out, "wb") as fh: fh.write(rsg)
+ fetch_artifacts = []
artifacts = release_meta.get("artifacts", [])
if not artifacts: self.abort("Release manifest contains no artifacts")
if artifact == "all": fetch_artifacts = artifacts
Served by rngit 1.5.2 - Generated in 0.05s